SG Window Window Object
Children Property

©1998 by Stinga

Properties     Methods      Events     Constants     Error Codes
Description

Returns collection of child windows. Read only.

Syntax

object.Children

The object is expression that evaluates to the Window object.

Remarks

Windows collection is a static snapshot. Items are determined at the moment collection is created, so if you cache this collection be aware that some windows may have been destroyed by the time they are used.